training example/readme.md

3D

3D RNA-seq training materials

Survey | Example data | Transcript quantification | 3D RNA-seq | Publications

Survey

Thank you for taking the time to participate in the survey. Your input is greatly appreciated and will help us to improve the 3D RNA-seq App and training.

https://forms.gle/SjV4PXCTAtoDytHS7

3D RNA-seq example data

https://www.dropbox.com/s/8fsceneq8jlegwi/3D_RNAseq_example_data.zip?dl=0

Click “Download” and unzip, you will get three datasets:

Transcript quantification using Galaxy

3D RNA-seq analysis

To see a demo video, click the screenshot

Youtube video

Alternative link on Bilibili: https://www.bilibili.com/video/BV1mS4y1g7uB/

R scripts to generate gene-transcript association table

library(rtracklayer)
file2read <- 'genomic.gtf' # mouse gtf
gtf <- import(file2read)
exon <- gtf[gtf$type=='exon']

mapping <- data.frame(TXNAME=exon$transcript_id,GENEID=exon$gene_id)
mapping <- unique(mapping)
write.csv(mapping,file='mapping.csv',row.names = F)


3D RNA-seq App publications:

Reference transcritp dataset (RTD) publications:



wyguo/ThreeDRNAseq documentation built on Feb. 12, 2024, 2:14 a.m.